﻿2026-07-22T04:40:46.6216967Z ##[group]Run actions/checkout@v5
2026-07-22T04:40:46.6217508Z with:
2026-07-22T04:40:46.6217815Z   fetch-depth: 0
2026-07-22T04:40:46.6218281Z   repository: BigscreenVR/spt-bs-core
2026-07-22T04:40:46.6221154Z   token: ***
2026-07-22T04:40:46.6221468Z   ssh-strict: true
2026-07-22T04:40:46.6221804Z   ssh-user: git
2026-07-22T04:40:46.6222139Z   persist-credentials: true
2026-07-22T04:40:46.6222649Z   clean: true
2026-07-22T04:40:46.6222990Z   sparse-checkout-cone-mode: true
2026-07-22T04:40:46.6223495Z   fetch-tags: false
2026-07-22T04:40:46.6223830Z   show-progress: true
2026-07-22T04:40:46.6224207Z   lfs: false
2026-07-22T04:40:46.6224494Z   submodules: false
2026-07-22T04:40:46.6224832Z   set-safe-directory: true
2026-07-22T04:40:46.6225273Z   allow-unsafe-pr-checkout: false
2026-07-22T04:40:46.6225889Z ##[endgroup]
2026-07-22T04:40:46.7992613Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T04:40:46.7993858Z ##[group]Getting Git version info
2026-07-22T04:40:46.7994411Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T04:40:46.8273320Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T04:40:46.8498492Z git version 2.43.0.windows.1
2026-07-22T04:40:46.8521967Z ##[endgroup]
2026-07-22T04:40:46.8530359Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0cd67184-0ebd-4144-ba33-f3764367f52f\.gitconfig'
2026-07-22T04:40:46.8544093Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0cd67184-0ebd-4144-ba33-f3764367f52f' before making global git config changes
2026-07-22T04:40:46.8545116Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T04:40:46.8548845Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T04:40:46.8828520Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T04:40:46.9051728Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T04:40:46.9077644Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T04:40:46.9082289Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T04:40:46.9302330Z HEAD
2026-07-22T04:40:47.0273023Z ##[endgroup]
2026-07-22T04:40:47.0277332Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T04:40:47.5698031Z ##[group]Cleaning the repository
2026-07-22T04:40:47.5703375Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T04:40:49.0380689Z Removing target/
2026-07-22T04:40:49.0419406Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T04:40:49.2468771Z HEAD is now at 309ea34b Merge d13ea276d9e2138e5d299f4d31f248ebaa7e65ee into 69a0e4fc6a268697925b0c77a56292b1d5993bcb
2026-07-22T04:40:49.2489503Z ##[endgroup]
2026-07-22T04:40:49.2493525Z ##[group]Disabling automatic garbage collection
2026-07-22T04:40:49.2498662Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T04:40:49.5622016Z ##[endgroup]
2026-07-22T04:40:49.5622632Z ##[group]Setting up auth
2026-07-22T04:40:49.5631429Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T04:40:49.5881039Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T04:40:50.0731774Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T04:40:50.0997136Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T04:40:50.5695394Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T04:40:50.5946071Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T04:40:51.0791890Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T04:40:51.1054063Z ##[endgroup]
2026-07-22T04:40:51.1054477Z ##[group]Fetching the repository
2026-07-22T04:40:51.1062200Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-22T04:40:51.8041428Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-07-22T04:40:51.9207237Z   origin/main
2026-07-22T04:40:51.9232826Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-07-22T04:40:51.9448769Z b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
2026-07-22T04:40:51.9471152Z ##[endgroup]
2026-07-22T04:40:51.9471479Z ##[group]Determining the checkout info
2026-07-22T04:40:51.9471920Z ##[endgroup]
2026-07-22T04:40:51.9476677Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T04:40:51.9753160Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T04:40:51.9990311Z ##[group]Checking out the ref
2026-07-22T04:40:51.9994623Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T04:40:52.0752522Z branch 'main' set up to track 'origin/main'.
2026-07-22T04:40:52.0752922Z Your branch is up to date with 'origin/main'.
2026-07-22T04:40:52.0754097Z Previous HEAD position was 309ea34b Merge d13ea276d9e2138e5d299f4d31f248ebaa7e65ee into 69a0e4fc6a268697925b0c77a56292b1d5993bcb
2026-07-22T04:40:52.0754517Z Switched to and reset branch 'main'
2026-07-22T04:40:52.0780053Z ##[endgroup]
2026-07-22T04:40:52.1069972Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T04:40:52.1299559Z b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
